home *** CD-ROM | disk | FTP | other *** search
- {FLOAT} On
- {IFEXISTS} c:\autoexec.bat = True {THEN} FileFound
- {IFEXISTS} c:\autoexec.bat = False {THEN} FileNotFound
- {IFTASK} Untitled - Notepad = True {THEN} FoundNotepad
- {IFTASK} Untitled - Notepad = False {THEN} NoNotepad
- {END}
- {SUB} FileFound
- {DISPLAY}
- {DISPLAY} The File Autoexec.Bat Exists...
- {RETURN}
- {SUB} FileNotFound
- {DISPLAYADD} There is no Autoexec.bat file on the system.
- {RETURN}
- {SUB} FoundNotepad
- {DISPLAY} The Notepad program was found... Activating...
- {ACTIVATE} Untitled - Notepad
- {RETURN}
- {SUB} NoNotepad
- {DISPLAY} The Notepad was not found... Loading it now...
- {RUN} C:\WINDOWS\Notepad.exe
- {RETURN}
- {EXIT}
-